home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / Peon / PeonSDK-Win32-1.0.0.exe / {app} / PeonMain / source / SceneLight.cpp < prev    next >
C/C++ Source or Header  |  2005-09-26  |  124b  |  14 lines

  1.  
  2. #include "SceneLight.h"
  3.  
  4. namespace peon
  5. {
  6.     SceneLight::SceneLight()
  7.     {
  8.     }
  9.  
  10.     SceneLight::~SceneLight()
  11.     {
  12.     }
  13. }
  14.